added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBAzureWebRoleBackendProcessing / AzureService / ServiceDefinition.build.csdef
blob0b30ad79e38288bad0c73435c076e6caf63653da
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3   **********************************************************************************************
5   This file was generated by a tool from the project file: ServiceDefinition.csdef
7   Changes to this file may cause incorrect behavior and will be lost if the file is regenerated.
9   **********************************************************************************************
10 -->
11 <ServiceDefinition name="CSAzureWebRoleBackendProcessing" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition">
12   <WebRole name="WebRole" vmsize="ExtraSmall">
13     <Startup>
14       <Task commandLine="VBAzureWebRoleBackendProcessing.Processor.exe" executionContext="elevated" taskType="background" />
15     </Startup>
16     <Sites>
17       <Site name="Web">
18         <Bindings>
19           <Binding name="Endpoint1" endpointName="Endpoint1" />
20         </Bindings>
21       </Site>
22     </Sites>
23     <Endpoints>
24       <InputEndpoint name="Endpoint1" protocol="http" port="80" />
25     </Endpoints>
26     <ConfigurationSettings>
27       <Setting name="DataConnectionString" />
28     </ConfigurationSettings>
29     <Imports>
30       <Import moduleName="Diagnostics" />
31     </Imports>
32   </WebRole>
33 </ServiceDefinition>